Layer Definition Schema
TABLEFORM Element
See Also  Send comments on this topic.
Layer Definition Schema : TABLEFORM Element

Glossary Item Box

Description

Used to define additional ArcPad pages that contain tables related to the feature

Diagram

LISTVIEW Element PICTUREPAGE Element PAGE Element Sequence TABLEFORM Element

Overview

TABLEFORM
Used to define additional ArcPad pages that contain tables related to the feature
Sequence
PAGE
Used to define a page of an ArcPad form.
PICTUREPAGE
Used to define a picture page in a form
LISTVIEW
Used to define list view of related tables in an ArcPad layer definition.

Source

<xs:element name="TABLEFORM" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define additional ArcPad pages that contain tables related to the feature</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="apl:PAGE" />
      <xs:element ref="apl:PICTUREPAGE">
        <xs:annotation>
          <xs:documentation>Used to define a picture page in a form.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="apl:LISTVIEW" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.